home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / REDRAW / !Redraw / !Run < prev    next >
Text File  |  1995-11-02  |  756b  |  18 lines

  1. |ForceCFS
  2. | !Run Obey file for Redraw Application
  3. Set Redraw$Dir <Obey$Dir>
  4. Set Redraw$BasicFile <Obey$Dir>.!Redraw
  5. IF "<EvntShell$Path>"="" THEN ERROR 0 Shell resources not found
  6. IconSprites <Obey$Dir>.!Sprites
  7. WimpSlot -min 256K -max 256K
  8. |Load any modules required now
  9. RMEnsure InterfaceManager 2.00 RMLoad <EvntShell$Path>Interface
  10. RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
  11. RMEnsure MenuUtils 0.11 RMLoad <EvntShell$Path>MenuUtils
  12. RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
  13. RMEnsure MessageTrans 0.06 RMLoad <EvntShell$Path>MsgTrans
  14. RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
  15. |And check that there is still enough memory!
  16. WimpSlot -min 256K -max 256K
  17. Run <Redraw$Dir>.!Redraw %*0
  18.